Papers with CL method
Exclusive Supermask Subnetwork Training for Continual Learning (2023.findings-acl)
Copied to clipboard
| Challenge: | Continual Learning (CL) methods focus on accumulating knowledge over time while preventing catastrophic forgetting. |
| Approach: | They propose a CL method that finds a supermask for each new task that keeps or removes each weight to produce a subnetwork. |
| Outcome: | The proposed method outperforms strong previous methods on NLP and Vision domains while preventing forgetting. |
F-MALLOC: Feed-forward Memory Allocation for Continual Learning in Neural Machine Translation (2024.naacl-long)
Copied to clipboard
| Challenge: | Existing approaches to address Catastrophic Forgetting (CF) have been developed to avoid forgetting and maintain system extensibility. |
| Approach: | They propose a method to reduce Catastrophic Forgetting (CF) by decomposing feed-forward layers into discrete memory cells and ensuring robust extendability. |
| Outcome: | The proposed method achieves higher BLEU scores and almost zero forgetting while maintaining robust extendability. |